menu
flutter_clx_base package
documentation
widget/state_layout.dart
StateLayout
StateLayout const constructor
StateLayout const constructor
dark_mode
light_mode
StateLayout
constructor
const
StateLayout
(
{
Key
?
key
,
required
StateType
type
,
String
?
hintText
,
})
Implementation
const StateLayout({Key? key, required this.type, this.hintText}) : super(key: key);
flutter_clx_base package
documentation
widget/state_layout
StateLayout
StateLayout const constructor
StateLayout class