PartialCustomTabsConfiguration class

The configuration for Partial Custom Tabs.

Annotations

Constructors

PartialCustomTabsConfiguration({required double initialHeight, CustomTabsActivityHeightResizeBehavior activityHeightResizeBehavior = CustomTabsActivityHeightResizeBehavior.defaultBehavior, int? cornerRadius})
const

Properties

activityHeightResizeBehavior CustomTabsActivityHeightResizeBehavior
The Custom Tab Activity's desired resize behavior.
final
cornerRadius int?
The toolbar's top corner radius.
final
hashCode int
The hash code for this object.
no setterinherited
initialHeight double
The Custom Tab Activity's initial height.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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