Answers for "dash border style flutter"

0

dash border style flutter

dotted_border: ^2.0.0+2

import 'package:dotted_border/dotted_border.dart';

DottedBorder(
  borderType: BorderType.RRect,
  radius: Radius.circular(12),
  padding: EdgeInsets.all(6),
  child: Container(
    height: 100,
  ),
),
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language