iconThDefault method

dynamic iconThDefault()

Implementation

iconThDefault(){
  return IconThemeData(
      color: Colors.black
  );
}