menu
arcane_jaspr package
documentation
component/view/divider.dart
Divider
Divider.new const constructor
Divider.new const constructor
dark_mode
light_mode
Divider
constructor
const
Divider
(
{
double
margin
=
16
,
String
?
color
,
String
?
label
,
bool
dashed
=
false
,
Key
?
key
,
})
Implementation
const Divider({ this.margin = 16, this.color, this.label, this.dashed = false, super.key, });
arcane_jaspr package
documentation
component/view/divider
Divider
Divider.new const constructor
Divider class