Akash Giri

Results 2 comments of Akash Giri

Same code worked for me `OutlineButton( onPressed: () { chosenTime = 15; }, borderSide: BorderSide(width: 1.0, color: THEME_COLOR), child: Text( '15 Min', style: TextStyle(fontSize: 12), ), )`