import 'package:flutter/material.dart'; const divider = Divider( height: 1, thickness: 1, color: Color(0xff949494), );