DateSquareIcon constructor

DateSquareIcon(
  1. DateTime dateTime, {
  2. double? size,
  3. Color? backgroundColor,
})

Implementation

DateSquareIcon(this.dateTime, {this.size, this.backgroundColor});