inline method
T
inline()
Set inline layout - accepts bool
Implementation
T inline() {
return copyWith(flyStyle.copyWith(inline: true));
}
Set inline layout - accepts bool
T inline() {
return copyWith(flyStyle.copyWith(inline: true));
}