FxOverlayData<T> class

Constructors

FxOverlayData({String? title, Widget? heading(BuildContext)?, Widget? footer(BuildContext)?, Widget builder(BuildContext)?, FxOverlayListData<T>? list})

Properties

builder Widget Function(BuildContext)?
Custom content builder — used when list is null.
final
Optional footer widget rendered below the main content.
final
hashCode int
The hash code for this object.
no setterinherited
heading Widget? Function(BuildContext)?
Optional heading widget rendered above the main content.
final
list FxOverlayListData<T>?
List data — when provided, renders a scrollable item list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title displayed at the top of the overlay.
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