InBrainNavbarConfig class

Constructors

InBrainNavbarConfig.new({String? title, Color? titleColor, Color? backgroundColor, Color? buttonsColor, bool? hasShadow})
const

Properties

backgroundColor Color?
final
buttonsColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
hasShadow bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
titleColor Color?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNativeObject() → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited