updated project style guidelines
This commit is contained in:
@ -12,8 +12,8 @@ class TimeRegionComponent extends StatefulWidget {
|
||||
class _TimeRegionComponentState extends State<TimeRegionComponent> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
String text = widget.details.region.text!;
|
||||
Color? color = widget.details.region.color;
|
||||
var text = widget.details.region.text!;
|
||||
var color = widget.details.region.color;
|
||||
|
||||
if (text == 'centerIcon') {
|
||||
return Container(
|
||||
|
Reference in New Issue
Block a user