minimizedChild property
Widget?
get
minimizedChild
The widget to display when the floating widget is minimized.
Implementation
Widget? get minimizedChild => _minimizedChild;
The widget to display when the floating widget is minimized.
Widget? get minimizedChild => _minimizedChild;