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