I need the bill receipt to feature dotted lines for a visually appealing UI
- I would like the bill receipt to include dotted lines to create a visually appealing UI.
Table(
border: TableBorder(
horizontalInside: BorderSide(
color: Colors.black,
width: 2,
),
),