menu
arcane_jaspr package
documentation
core/props/switcher_props.dart
IndexedStackProps
IndexedStackProps.new const constructor
IndexedStackProps.new const constructor
dark_mode
light_mode
IndexedStackProps
constructor
const
IndexedStackProps
(
{
required
int
index
,
required
List
<
Widget
>
children
,
})
Implementation
const IndexedStackProps({ required this.index, required this.children, });
arcane_jaspr package
documentation
core/props/switcher_props
IndexedStackProps
IndexedStackProps.new const constructor
IndexedStackProps class