menu
rapid package
documentation
rapid_flow/rapid_flow.dart
RapidFlow
RapidFlow const constructor
RapidFlow const constructor
dark_mode
light_mode
RapidFlow
constructor
const
RapidFlow
(
{
Key
?
key
,
required
String
styles
,
required
List
<
Widget
>
children
,
})
Implementation
const RapidFlow({ super.key, required this.styles, required this.children, });
rapid package
documentation
rapid_flow/rapid_flow
RapidFlow
RapidFlow const constructor
RapidFlow class