menu
tengits_widgets package
documentation
line/t_line.dart
TLine
TLine.new const constructor
TLine.new const constructor
dark_mode
light_mode
TLine
constructor
const
TLine
(
{
Key
?
key
,
Color
?
color
,
double
height
=
0.5
,
double
leftInset
=
0
,
double
rightInset
=
0
,
})
Implementation
const TLine({ super.key, this.color, this.height = 0.5, this.leftInset = 0, this.rightInset = 0, });
tengits_widgets package
documentation
line/t_line
TLine
TLine.new const constructor
TLine class