maximizedChild property
Widget?
get
maximizedChild
The widget to display when the floating widget is maximized.
Implementation
Widget? get maximizedChild => _maximizedChild;
The widget to display when the floating widget is maximized.
Widget? get maximizedChild => _maximizedChild;