PaginateButtonStyles class
- Implementers
Constructors
- PaginateButtonStyles({double? fontSize, Color? backgroundColor, Color? activeBackgroundColor, BorderRadius? paginateButtonBorderRadius, TextStyle? textStyle, TextStyle? activeTextStyle})
Properties
- activeBackgroundColor → Color?
- 
  
  final
- activeTextStyle → TextStyle?
- 
  
  final
- backgroundColor → Color?
- 
  
  final
- fontSize → double?
- 
  
  final
- getActiveBackgroundColor → Color
- 
  
  no setter
- getActiveTextStyle → TextStyle
- 
  
  no setter
- getBackgroundColor → Color
- 
  
  no setter
- getFontSize → double
- 
  
  no setter
- getPaginateButtonBorderRadius → BorderRadius
- 
  
  no setter
- getTextStyle → TextStyle
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- paginateButtonBorderRadius → BorderRadius?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- textStyle → TextStyle?
- 
  
  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