FlintBoxBuilder class

Constructors

FlintBoxBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

cardWithTitle({required String title, required String content, TextStyle? titleStyle, TextStyle? contentStyle}) FlintBox
Create a card with title and content
notification({required String message, NotificationType type = NotificationType.info, String? actionText, String? actionUrl}) FlintBox
Create a notification banner
pricingCard({required String title, required String price, required String period, required List<String> features, required String buttonText, required String buttonUrl, bool featured = false}) FlintBox
Create a pricing card