Widget verticalDivider({Color color = const Color(0xfff0f0f0), double? height}) { return Container( height: height ?? double.infinity, width: toDouble(), color: color, ); }