decoration_selected method

BoxDecoration decoration_selected()

Implementation

BoxDecoration decoration_selected() {
  return BoarderHelper.rounded(
      radiusSize: DSDimen.ds_size_corner_level_4 ,
      colorBackground: Colors.grey // colorBackground: DSColor.tap_active
  );
}