BubbleStyle class

A style for the Bubble.

Constructors

BubbleStyle({Radius? radius, bool? showNip, BubbleNip? nip, double? nipWidth, double? nipHeight, double? nipOffset, double? nipRadius, bool? stick, Color? color, Color? borderColor, double? borderWidth, bool? borderUp, double? elevation, Color? shadowColor, BubbleEdges? padding, BubbleEdges? margin, AlignmentGeometry? alignment})
const

Properties

alignment → AlignmentGeometry?
final
borderColor → Color?
final
borderUp → bool?
final
borderWidth → double?
final
color → Color?
final
elevation → double?
final
hashCode → int
The hash code for this object.
no setterinherited
margin → BubbleEdges?
final
nip → BubbleNip?
final
nipHeight → double?
final
nipOffset → double?
final
nipRadius → double?
final
nipWidth → double?
final
padding → BubbleEdges?
final
radius → Radius?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shadowColor → Color?
final
showNip → bool?
final
stick → bool?
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