ViewerComponentExample class

Component example for a specific widget constructor

Annotations
  • @freezed

Constructors

ViewerComponentExample({required String id, required String title, required String description, required ViewerWidgetBuilder builder})
const
factory

Properties

builder ViewerWidgetBuilder
Widget builder to construct the widget with available data builders.
no setterinherited
copyWith → $ViewerComponentExampleCopyWith<ViewerComponentExample>
no setterinherited
description String
Description of the example.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
Id of the example.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the example.
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