menu
sequential_navigator package
documentation
sequential_navigator/widgets/line.dart
Line
Line const constructor
Line const constructor
dark_mode
light_mode
Line
constructor
const
Line
(
{
Key
?
key
,
})
Implementation
const Line({Key? key}) : super(key: key);
sequential_navigator package
documentation
sequential_navigator/widgets/line
Line
Line const constructor
Line class