menu
json_to_form_with_theme package
documentation
widgets/line_wrapper.dart
LineWrapper
LineWrapper const constructor
LineWrapper const constructor
dark_mode
light_mode
LineWrapper
constructor
const
LineWrapper
(
{
Key
?
key
,
required
Widget
child
,
required
bool
isBeforeHeader
,
})
Implementation
const LineWrapper( {Key? key, required this.child, required this.isBeforeHeader}) : super(key: key);
json_to_form_with_theme package
documentation
widgets/line_wrapper
LineWrapper
LineWrapper const constructor
LineWrapper class