menu
neo_mobile_kit package
documentation
shared/widgets/neo_stepper.dart
NeoStepItem
NeoStepItem.new const constructor
NeoStepItem.new const constructor
dark_mode
light_mode
NeoStepItem
constructor
const
NeoStepItem
(
{
required
String
label
,
String
?
helper
,
})
Creates a NeoStepItem instance.
Implementation
const NeoStepItem({ required this.label, this.helper, });
neo_mobile_kit package
documentation
shared/widgets/neo_stepper
NeoStepItem
NeoStepItem.new const constructor
NeoStepItem class