Reuber Moura
Results
1
issues of
Reuber Moura
Please, can you add border width to BoxDecoration in next version? ``` decoration: BoxDecoration( color: Colors.white, border: Border.all( width: 1, color: Theme.of(context).dividerColor, ), borderRadius: BorderRadius.circular(4.0), ), ``` Thanks