tbtProgressIndicatorTheme top-level constant

ProgressIndicatorThemeData const tbtProgressIndicatorTheme

Implementation

const ProgressIndicatorThemeData tbtProgressIndicatorTheme =
    ProgressIndicatorThemeData(
  color: TBTColor.orangeAB8E,
  linearTrackColor: TBTColor.orangeE0D9,
  circularTrackColor: TBTColor.orangeE0D9,
  refreshBackgroundColor: TBTColor.whiteFFFF,
  linearMinHeight: 4,
);