AgendaEvent class

Constructors

AgendaEvent({required String title, String subtitle = "", required EventTime start, required EventTime end, EdgeInsets padding = const EdgeInsets.all(10), EdgeInsets? margin, VoidCallback? onTap, BoxDecoration? decoration, Color backgroundColor = 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

backgroundColor Color
final
decoration BoxDecoration?
final
end EventTime
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 EventTime
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