logoStyle property

LogoStyle get logoStyle

Implementation

LogoStyle get logoStyle => _logoStyle;
set logoStyle (LogoStyle newValue)

Implementation

set logoStyle(LogoStyle newValue) {
  _logoStyle = newValue;
  _updateNative();
}