props property

List<Object?> props

Implementation

List<Object?> get props => [
      appId,
      formBackground,
      appBackground,
      formGroupTitleColor,
      formFieldTextColor,
      formFieldHeaderColor,
      formFieldFocusColor,
      listBackground,
      listTextItemColor,
      floatingButtonForegroundColor,
      floatingButtonBackgroundColor,
      dividerColor,
      topicContainerBackground,
      actionContainerBackground,
      appBarBG,
      appBarIconColor,
      appBarSelectedIconColor,
      appBarMenuBackgroundColor,
      bottomNavigationBarBG,
      drawerBG,
      drawerHeaderBG,
      profileDrawerBG,
      profileDrawerHeaderBG,
      backgroundColorHomeMenu,
      h1,
      h2,
      h3,
      h4,
      h5,
      textFieldHeader,
      fontText,
      fontSmallText,
      fontHighlight1,
      fontHighlight2,
      fontLink,
      routeBuilder,
      routeAnimationDuration,
      dialogBackgroundColor,
      dialogSeperatorColor,
      popupMenuButtonColor,
      textBubbleBackgroundColor,
      dropdownButtonnColor,
      listTileColor,
    ];