bottomNavigationBar property

BottomNavigationBarThemeData get bottomNavigationBar

底部导航栏基础样式

Implementation

static BottomNavigationBarThemeData get bottomNavigationBar =>
    BottomNavigationBarThemeData(
        type: BottomNavigationBarType.fixed,
        selectedIconTheme: IconThemeData(
          size: Dimens.bottomIconSize,
        ),
        unselectedIconTheme: IconThemeData(
          size: Dimens.bottomIconSize,
        ));