menu
pixel_perfect_ui package
documentation
material/widgets/divider.dart
Divider
Divider.new const constructor
Divider.new const constructor
dark_mode
light_mode
Divider
constructor
const
Divider
(
{
Key
?
key
,
double
?
height
,
double
?
thickness
,
double
?
indent
,
double
?
endIndent
,
Color
?
color
,
})
Implementation
const Divider({ super.key, this.height, this.thickness, this.indent, this.endIndent, this.color, });
pixel_perfect_ui package
documentation
material/widgets/divider
Divider
Divider.new const constructor
Divider class