menu
flutstrap package
documentation
components/modals/flutstrap_modal.dart
FlutstrapModal
withContent method
withContent method
dark_mode
light_mode
withContent
method
FlutstrapModal
withContent
(
Widget
content
)
Implementation
FlutstrapModal withContent(Widget content) => copyWith(content: content);
flutstrap package
documentation
components/modals/flutstrap_modal
FlutstrapModal
withContent method
FlutstrapModal class