menu
cyberframework package
documentation
Controller/cyberpopup.dart
CyberPopup
showBotton<T> method
showBotton<T> method
dark_mode
light_mode
showBotton<
T
>
method
Future
<
T?
>
showBotton
<
T
>(
)
Implementation
Future<T?> showBotton<T>() async { onShow?.call(); return await _showAsBottomSheet<T>(); }
cyberframework package
documentation
Controller/cyberpopup
CyberPopup
showBotton<T> method
CyberPopup class