SenzuMetaData class

Constructors

SenzuMetaData({bool? show = true, String? title, String? description, IconData? icon = Icons.arrow_back, Color? iconColor = Colors.white, double? iconSize = 20, TextStyle? titleStyle = const TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w600), TextStyle? descriptionStyle = const TextStyle(color: Colors.white70, fontSize: 12, fontWeight: FontWeight.w400)})
const

Properties

description String?
final
descriptionStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconColor Color?
final
iconSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool?
final
title String?
final
titleStyle TextStyle?
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