menu
kevin_flutter_core package
documentation
kevin_flutter_core.dart
KevinInsets
KevinInsets const constructor
KevinInsets const constructor
dark_mode
light_mode
KevinInsets
constructor
const
KevinInsets
(
{
double
?
left
,
double
?
top
,
double
?
right
,
double
?
bottom
,
})
Implementation
const KevinInsets({ this.left, this.top, this.right, this.bottom, });
kevin_flutter_core package
documentation
kevin_flutter_core
KevinInsets
KevinInsets const constructor
KevinInsets class