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