Appointment class

Constructors

Appointment({required String title, String subtitle = "", required Time start, required Time end, EdgeInsets padding = const EdgeInsets.all(10), EdgeInsets margin = const EdgeInsets.all(0), required VoidCallback onTap, BoxDecoration decoration = const BoxDecoration(), Color color = const Color(0xFF323D6C), TextStyle textStyle = const TextStyle(color: Color(0xFF535353), fontSize: 11, fontWeight: FontWeight.w400), TextStyle subtitleStyle = const TextStyle(fontWeight: FontWeight.w800, color: Color(0xFF363636))})

Properties

color Color
final
decoration BoxDecoration
final
end Time
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets
final
onTap VoidCallback
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Time
final
subtitle String
final
subtitleStyle TextStyle
final
textStyle TextStyle
final
title String
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