Bubble class

Full credit to these folks for building this out https://pub.dev/packages/floating_action_bubble I had to move this here due to the package not migrating to null safety and looking like it is very lightly maintained

Constructors

Bubble({required String title, required TextStyle titleStyle, required Color iconColor, required Color bubbleColor, required IconData icon, required dynamic onPress()})
const

Properties

bubbleColor Color
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
iconColor Color
final
onPress → dynamic Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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