BeautifulPopup class
Constructors
- BeautifulPopup({required BuildContext context, required Type? template})
Properties
-
actions
↔ List<
Widget> ? -
getter/setter pair
- barrierDismissible ↔ bool?
-
getter/setter pair
-
no setter
- close ↔ Widget?
-
getter/setter pair
- content ↔ dynamic
-
getter/setter pair
- context → BuildContext
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- illustration → Image?
-
no setter
- instance → BeautifulPopupTemplate
-
no setter
- primaryColor ↔ Color?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- template → Type?
-
no setter
- title ↔ dynamic
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recolor(
Color color) → Future< BeautifulPopup> - Recolor the BeautifulPopup. This method is kind of slow.R
-
show<
T> ({dynamic title, dynamic content, List< Widget> ? actions, bool barrierDismissible = false, Widget? close}) → Future<T?> -
title
: Must be aString
orWidget
. Defaults to''
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
customize(
{required BuildContext context, required BeautifulPopupTemplate build(BeautifulPopup options)}) → BeautifulPopup