HorizontalMenuView constructor Null safety
Implementation
HorizontalMenuView({
Key? key,
this.values = const [],
this.defaultValue = "1주",
this.fontSize = 16,
this.spacing = 14,
required this.onSelected,
}) : super(key: key);
HorizontalMenuView({
Key? key,
this.values = const [],
this.defaultValue = "1주",
this.fontSize = 16,
this.spacing = 14,
required this.onSelected,
}) : super(key: key);