inline method

T inline()

Set inline layout - accepts bool

Implementation

T inline() {
  return copyWith(flyStyle.copyWith(inline: true));
}