menu
healthicons_flutter package
documentation
filled/assembly_point.dart
AssemblyPoint
AssemblyPoint.new const constructor
AssemblyPoint.new const constructor
dark_mode
light_mode
AssemblyPoint
constructor
const
AssemblyPoint
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const AssemblyPoint({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/assembly_point
AssemblyPoint
AssemblyPoint.new const constructor
AssemblyPoint class