menu
iconoir_flutter package
documentation
regular/server_connection.dart
ServerConnection
ServerConnection const constructor
ServerConnection const constructor
dark_mode
light_mode
ServerConnection
constructor
const
ServerConnection
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ServerConnection({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/server_connection
ServerConnection
ServerConnection const constructor
ServerConnection class