shrink top-level property
Widget
get
shrink
Exposes an empty widget (SizedBox.shrink).
Implementation
Widget get shrink => const SizedBox.shrink();
Exposes an empty widget (SizedBox.shrink).
Widget get shrink => const SizedBox.shrink();