Standard Divider
static Widget divider({double? height}) { return Divider(height: height, color: theme()!.dividerColor); }