MomentCell class widgets

Constructors

MomentCell({Key? key, String? thumbnail, required String startDate, String? title, String? summary, required String semanticsLabel, required VoidCallback onPressed, bool expanded = false, required double offset})
const

Properties

expanded → bool
final
offset → double
final
onPressed → VoidCallback
final
semanticsLabel → String
final
startDate → String
final
summary → String?
final
thumbnail → String?
final
title → String?
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.