LinearIndicator class
- Inheritance
- 
    - Object
- CustomIndicator
- LinearIndicator
 
Constructors
- LinearIndicator({required Color color, required double bottom, double height = 3, BorderRadius? radius, double? width})
Properties
- bottom → double
- 
  
  final
- color → Color
- 
  
  final
- controller ↔ CustomTabBarController
- 
  
  getter/setter pairinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height → double
- 
  
  final
- left → double
- 
  
  finalinherited
- radius → BorderRadius?
- 
  
  final
- right → double
- 
  
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- top → double?
- 
  
  finalinherited
- width → double?
- 
  
  final
Methods
- 
  dispose() → void 
- 
  
  override
- 
  getTabIndicatorCenterX(double width) → double 
- 
  indicatorScrollToIndex(int index, List< Size> ? sizeList, Duration duration, TickerProvider vsync, ValueNotifier<IndicatorPosition> notifier) → void
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  updateScrollIndicator(double? page, List< Size> ? sizeList, Duration duration, ValueNotifier<IndicatorPosition> notifier) → void
- 
  
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited