ViewAllMediaPageStyle class

Constructors

ViewAllMediaPageStyle.new({AppBarTheme appBarTheme = const AppBarTheme(color: Colors.white, shadowColor: Colors.white, surfaceTintColor: Colors.white, titleTextStyle: TextStyle(fontWeight: FontWeight.bold, color: Color(0xff181818), fontSize: 20), iconTheme: IconThemeData(color: Color(0xff181818)), actionsIconTheme: IconThemeData(color: Color(0xff181818))), TabBarTheme tabBarTheme = const TabBarTheme(indicatorColor: AppColor.primaryColor, labelColor: AppColor.primaryColor, unselectedLabelColor: Color(0xff181818), indicatorSize: TabBarIndicatorSize.tab), TabItemStyle tabItemStyle = const TabItemStyle(), TextStyle noDataTextStyle = const TextStyle(fontWeight: FontWeight.w600, color: Color(0xff767676), fontSize: 14), GroupedMediaItemStyle groupedMediaItem = const GroupedMediaItemStyle()})
const

Properties

appBarTheme AppBarTheme
final
groupedMediaItem GroupedMediaItemStyle
final
hashCode int
The hash code for this object.
no setterinherited
noDataTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabBarTheme TabBarTheme
final
tabItemStyle TabItemStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited