menu
kivex_flutter package
documentation
icons/table-properties.dart
TableProperties
TableProperties.new const constructor
TableProperties.new const constructor
dark_mode
light_mode
TableProperties
constructor
const
TableProperties
(
{
Key
?
key
,
double
size
=
24
,
Color
?
color
,
double
strokeWidth
=
2
,
})
Implementation
const TableProperties({ super.key, this.size = 24, this.color, this.strokeWidth = 2, });
kivex_flutter package
documentation
icons/table-properties
TableProperties
TableProperties.new const constructor
TableProperties class