build method
Determines the value to use: current value, defaultValue, or a fixed value.
Implementation
@override
Widget build(BuildContext context) {
// No visible widget is returned
return const SizedBox.shrink();
}
Determines the value to use: current value, defaultValue, or a fixed value.
@override
Widget build(BuildContext context) {
// No visible widget is returned
return const SizedBox.shrink();
}