AppFlatIconData constructor

const AppFlatIconData(
  1. int codePoint,
  2. String style
)

Implementation

const AppFlatIconData(int codePoint, String style)
    : super(codePoint, style);