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