FollyCell.dateTime constructor
FollyCell.dateTime(})
Implementation
FollyCell.dateTime(
DateTime date, {
EdgeInsets padding = EdgeInsets.zero,
Alignment align = Alignment.center,
Color color = Colors.transparent,
TextAlign textAlign = TextAlign.center,
TextStyle? style,
String locale = 'pt_br',
String pattern = 'dd/MM/yyyy HH:mm',
bool selectable = false,
Key? key,
}) : this.date(
date,
padding: padding,
align: align,
color: color,
textAlign: textAlign,
style: style,
locale: locale,
pattern: pattern,
selectable: selectable,
key: key,
);