gapX method
Set horizontal gap spacing - accepts String ('s0' to 's96', 'px')
Implementation
T gapX(String value) {
return copyWith(flyStyle.copyWith(gapX: value));
}
Set horizontal gap spacing - accepts String ('s0' to 's96', 'px')
T gapX(String value) {
return copyWith(flyStyle.copyWith(gapX: value));
}