IconProvider.path constructor

IconProvider.path(
  1. IconPath iconPath
)

Provides an IconPath

Implementation

factory IconProvider.path(IconPath iconPath) {
  return IconProvider._(iconPath, null);
}