Skip to content

Empty

Empty state placeholders with messaging.

Installation

bash
flutter_studio add empty
bash
flutter pub add flutter_studio

Usage

dart
CustomEmpty(
  icon: Icons.inbox,
  title: 'No messages',
  description: 'You have no messages at this time',
  action: CustomButton(
    text: 'Compose',
    onPressed: () {},
  ),
)

API Reference

Properties

PropertyTypeDefaultDescription
iconIconData?nullEmpty state icon
titleStringrequiredEmpty state title
descriptionString?nullDescription text