top property
EdgeInsetsGeometry
get
top
Adds top padding to existing EdgeInsetsGeometry (chainable)
Implementation
EdgeInsetsGeometry get top {
return EdgeInsets.only(top: 0).add(this);
}
Adds top padding to existing EdgeInsetsGeometry (chainable)
EdgeInsetsGeometry get top {
return EdgeInsets.only(top: 0).add(this);
}