use const
parent
adc59a6f42
commit
5083722d9f
|
@ -21,7 +21,7 @@ class TimePickerState extends State<TimePicker> {
|
||||||
child: Column(children: [
|
child: Column(children: [
|
||||||
Text(
|
Text(
|
||||||
widget.descriptionText,
|
widget.descriptionText,
|
||||||
style: TextStyle(fontSize: 12),
|
style: const TextStyle(fontSize: 12),
|
||||||
),
|
),
|
||||||
Row(mainAxisAlignment: MainAxisAlignment.center, children: [
|
Row(mainAxisAlignment: MainAxisAlignment.center, children: [
|
||||||
Text(
|
Text(
|
||||||
|
|
Loading…
Reference in New Issue