WebViewStyle class
- Inheritance
- 
    - Object
- BaseStyles
- WebViewStyle
 
Constructors
Properties
- appBarColor → Color?
- 
  appBarColor , default is Color(0xffFFFFFF)
  final
- background → Color?
- 
  background provides background color to the widget
  finalinherited
- backIconColor → Color?
- 
  backIconColor , default is Color(0xff3399FF)
  final
- border → BoxBorder?
- 
  border provides border around the widget
  finalinherited
- borderRadius → double?
- 
  borderRadius provides radius to the border around the widget
  finalinherited
- borderRadiusGeometry → BorderRadiusGeometry?
- 
  borderRadiusGeometry
  finalinherited
- elevation → double?
- 
  elevation
  finalinherited
- gradient → Gradient?
- 
  gradient provides (background) gradient to the widget
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height → double?
- 
  height provides height to the widget
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- titleStyle → TextStyle?
- 
  titleStyle  text style
  final
- width → double?
- 
  width provides width to the widget
  finalinherited
Methods
- 
  merge(WebViewStyle mergeWith) → WebViewStyle 
- 
  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