Picture.library constructor

  1. @protected
Picture.library(
  1. IconData? data
)

Define a new Picture with a reference to an Icons or CupertinoIcons data.

Implementation

@protected
Picture.library(this.data)
    : src = null,
      path = null;