getTitleStyle function

dynamic getTitleStyle()

Implementation

getTitleStyle(){
  return const TextStyle(fontWeight: FontWeight.w500, color: textFiledBorder, fontSize: 16);
}