PageInfo class
Constructors
- PageInfo.new({required int index, required String title, required Widget widget, bool isActive = false})
Properties
Methods
-
copyWith(
{String? title, int? index, Widget? widget, bool? isActive}) → PageInfo -
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