tabBarStyle property

  1. @TagNumber(13)
FFTabBar_TabBarStyle get tabBarStyle

Implementation

@$pb.TagNumber(13)
FFTabBar_TabBarStyle get tabBarStyle => $_getN(12);
  1. @TagNumber(13)
set tabBarStyle (FFTabBar_TabBarStyle value)

Implementation

@$pb.TagNumber(13)
set tabBarStyle(FFTabBar_TabBarStyle value) => $_setField(13, value);